#row7 > div {
  position: relative;
}
#row7 > div > div:nth-child(2) {
  position: absolute;
  top: 40px;
  left: 400px;
  padding-top: -10px;
  padding-left: 80px;
  padding-bottom: 20px;
  width: 65%;
  height: 430px;
  background-color: white;
}
#row7 > div:nth-child(1) {
  background-image: url("https://assets-global.website-files.com/5d03b4e130118314af624b20/5d978fe900fdf6087d7c4655_fresh-img.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 600px;
  margin-left: 15px;
}
#row7 > div > div > input {
  width: 550px;
  height: 45px;
  font-size: 18px;
  border-radius: 8px;
  padding-left: 15px;
}
#row7 > div > div > button {
  width: 300px;
  height: 50px;
  outline: none;
  border: none;
  background-color: blue;
  color: white;
  font-size: 15px;
  cursor: pointer;
}
#row7 > div > div > p a {
  color: blue;
}
#row7 > div > div > p a:hover {
  color: rgb(81, 6, 201);
}
